projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a988c1c
)
(gud-common-init): Use new name split-string-and-unquote.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 12 Aug 2007 18:02:39 +0000
(18:02 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 12 Aug 2007 18:02:39 +0000
(18:02 +0000)
lisp/progmodes/gud.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/gud.el
b/lisp/progmodes/gud.el
index 06bdd6a0b5f2a76b516d16d932a5b1a5c4889f0c..d5632ffe09f378d980d8caf471277f8038a4a657 100644
(file)
--- a/
lisp/progmodes/gud.el
+++ b/
lisp/progmodes/gud.el
@@
-2462,7
+2462,7
@@
comint mode, which see."
;; for local variables in the debugger buffer.
(defun gud-common-init (command-line massage-args marker-filter
&optional find-file)
- (let* ((words (s
tring->strings
command-line))
+ (let* ((words (s
plit-string-and-unquote
command-line))
(program (car words))
(dir default-directory)
;; Extract the file name from WORDS